'Declaration Public Overloads Function FindXObjects( _
ByVal ParamArray rectsSet of rectangles.() As System.Drawing.RectangleF _
) As PdfContentXObject[]
public PdfContentXObject[] FindXObjects(
params System.Drawing.RectangleF[] rects
)
public: PdfContentXObject*[] FindXObjects(
params System.Drawing.RectangleF*[]* rects
)
public:
PdfContentXObject^[] FindXObjects(
... array<System.Drawing.RectangleF^>^ rects
)
Parameters
- rects
- Set of rectangles.
Return Value
The XObjects, which are sorted from the topmost to the lowest element.